configuration / network / interfaces / vif[ID] / misc

CLI REST-API

label

label
This is a read-write object and valid values are strings with a length of 0-9.

Datatype-Help:
value must be a string.
the length must be between 0 and 9.



See also:
/configuration/network/interfaces/vif[ID]/misc
/configuration/network/interfaces/vif[ID]/misc/assigned-port

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/misc


Example using curl:
curl /api/configuration/network/interfaces/vif.*/misc


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/misc
Body:
{
  "label": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/misc -d
{
  "label": "Meinberg"
}